﻿/* CSS Document */

@charset "utf-8";
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul,li,dl,dd,dt { list-style-type: none; }
i,em,cite { font-style: normal; }
body {  -webkit-text-size-adjust:none; font-size:14px;font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif; overflow-x:hidden; color:#666;}
a{ text-decoration: none; color:#666; }
.clear,.cle {clear:both;}
a,area { blr:expression(this.onFocus=this.blur()) }   
a:focus { outline: none; }    
.clear{ clear:both;}
.clearfix:after{ content:'.'; clear:both; display:block; height:0; visibility:hidden; line-height:0px;}
.clearfix{ zoom:1}
.fl{ float:left;}
.fr{ float:right;}

.w_1200{ width:1200px; margin:0 auto;}
@media screen and (max-width:1300px) and (min-width:1200px) {
.w_1200 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w_1200 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w_1200 { width: 95%; }
}
@media screen and (max-width:767px) {
.w_1200 { width: 95%; }
}

/*头部*/
#head_box{ width:100%;}
.head_t{ width:100%; background:#f2f2f2; box-shadow: 6px 0 10px #c4c4c4, 0px 0px 8px transparent; height:35px; line-height:35px; margin-bottom:20px;} 
.h_t_r span{ margin:0 10px;}
.tel{font-size: 16px;color: #333;background:url(../images/tel.gif) no-repeat 70% 4px;line-height: 30px;text-align: right; margin-top:20px;}
.tel b{font-size:20px;display: block;}
@media screen and (max-width:1199px) {
	.tel{background: url(../images/tel.gif) no-repeat 62% 4px;}
	.tel b{font-size:16px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.head_t{ margin-bottom:10px;}
    .logo{ width:62%}
	.logo img{ height:90px;}
}
@media screen and (max-width:767px) {
	.head_t{ margin-bottom:10px;}
	.h_t_r{ display:none;}
	.logo { width: 90%; }
    .logo img { max-width: 100%; height: auto; }
	.tel{ display:none;}
	}


/*导航*/
.ly_nav { width: 100%; margin: 0; background-color: #075597;margin-top:10px;}
.nav { width: 100%; position: relative; height:60px; line-height:60px;   }
.nav_item { float: left;margin: 0; width: 12.5%; position:relative;}
.nav_item:after {content:'';position:absolute;width:100%;height:0;background-color:#e60011;bottom:0;left:0;-webkit-transition:height .3s;transition:height .3s;}
.nav_item > a { display: block; width: 100%; height: 60px; line-height: 60px; color: #fff; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; text-decoration: none; position: relative; z-index: 1; }
.nav_item:first-child:before {content:'';position:absolute;width:100%;height:0;background-color:#e60011;bottom:0;left:0;-webkit-transition:height .3s;transition:height .3s;}
.nav_item:hover>a { color: #fff; }
.nav_item:hover:after { background-color: #e60011\9;height:100%; }
.nav_item.on>a { color: #fff; }
.nav_item.on:after { background-color: #e60011\9; }
.nav_item > a:hover:after { width: 50%; }
.nav_item > a.active:after { width: 50%; }
.menu_open { display: none; }
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0,12,49,0.1); background: rgba(0,0,0,.5); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; border-top: 4px solid #01557a; margin-top: 0; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; line-height: 48px; }
.nav_item2 a { display: block; padding: 0 4%; width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; color: #fff; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.nav_item2:hover a { background-color: #075597; color: #fff; text-decoration: none; }
.hcover { display: none; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.nav_item > a { font-size: 15px; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.nav_item > a { font-size: 15px; }
.nav_item:first-child > a:before { display: none; }
}
@media screen and (max-width:767px) {
.ly_nav { position: static; width: auto; z-index: 9999999; background-color: #fff; }
.menu_open { display: block; float: right; width: 40px; height: 40px; padding: 5px 0; border: 1px solid #eaeaea; position: fixed; top:58px; right: 2%; box-sizing: border-box; z-index: 999999; cursor: pointer }
.menu_open i { height: 2px; width: 50%; background-color: #075597; display: block; margin: 5px auto; }
.menu_open:active { background-color: #7a9bba; border: 1px solid #7a9bba; }
.menu_open:active i { background-color: #fff; }
.nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 9999999; overflow: hidden; background-color: #075597; }
.hcover { display: block; width: 50%; height: 100%; background: rgba(0,0,0,.5); position: fixed; right: -50%; top: 0; z-index: 9999999; }
.nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 10px; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 50px; border-bottom: 1px solid rgba(0,0,0,.1); transform: skewX(0deg); -webkit-transform: skewX(0deg); -moz-transform: skewX(0deg); height: 50px;  }
.nav_item > a { display: block; height: 50px; line-height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin: 0; font-size: 14px; color: #fff; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.nav_item > a:active { background-color: #0065a4; }
.nav_item > a:after { display: none; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255,255,255,.5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 22px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #006ccc; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; border-top: none; }
.subopen { display: block; }
.subopen a { display: block; overflow: hidden; margin: 0; padding: 15px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255,255,255,.5); background: rgba(0,0,0,.1); text-indent: 30px; position: relative; }
.subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 22px; margin-bottom: -4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255,255,255,.5); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { width: 100%; display: block; line-height: 30px; height: 50px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: hidden; margin: 0; padding: 10px; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-size: 14px; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0,0,0,.1); }
.nav_item > a:hover, .nav_item > a.navon { background: none; }
.nav_item:first-child > a:before { display: none; }
}

/*最新banner切换*/
.main{overflow:hidden; margin: 0 auto;}
.banner{ overflow:hidden;text-align:center;position:relative;}
.banner a{ display:block;}
.banner img{ max-width:100%;}
.banner .bx-wrapper .bx-pager.bx-default-pager a{background:#fff;opacity:0.7; *filter:alpha(opacity=70); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active{background:#f60;opacity:1; *filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.banner .bx-wrapper .bx-prev,.banner .bx-wrapper .bx-next{width:40px; height:60px; top:50%; margin-top:-30px; background:url(../images/slide_bPc.png) no-repeat; visibility:hidden;}
.banner:hover .bx-wrapper .bx-prev,.banner:hover .bx-wrapper .bx-next{ visibility:visible;}
.banner .bx-wrapper .bx-prev{ left:50px; background-position:0 0;}
.banner .bx-wrapper .bx-next{right:50px; background-position:-40px 0;}
/*---------------banner PC-------------------*/
.bannerPc{ text-align:center;}
.bannerPc ul,.bannerPc li{ margin:0; padding:0; list-style:none;}
.bannerPc a{ display:block;}
.bannerPc img{ max-width:100%; vertical-align:middle;}

.banner-swiper1{ background:#212121;}
.banner-swiper1 .swiper-slide.swiper-slide-prev,.banner-swiper1 .swiper-slide.swiper-slide-next{ opacity:0.5;}
.banner-swiper .swiper-pagination-bullets{ bottom:20px !important;}
.banner-swiper .swiper-pagination-bullet{ width:1em; height:2px; background:#fff; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; vertical-align:middle;}
.banner-swiper .swiper-pagination-bullet-active{width:1em; height:1em; border:2px solid #fff; background:none; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
.swiper-container-cube .swiper-cube-shadow{ display:none;}
.banner-swiper .swiper-button-prev,.banner-swiper .swiper-button-next{width:40px; height:60px; top:50%; margin-top:-30px; background:url(../images/slide_bPc.png) no-repeat; visibility:hidden;}
.banner-swiper:hover .swiper-button-prev,.banner-swiper:hover .swiper-button-next{ visibility:visible;}
.banner-swiper .swiper-button-prev{ left:50px; background-position:0 0;}
.banner-swiper .swiper-button-next{ right:50px; background-position:-40px 0;}
.banner-swiper2  .swiper-slide {width: 65%;box-shadow: 0 8px 30px rgba(255,255,255,0.2);}
.banner-swiper3 .preview{background:#212121}
.banner-swiper3 .preview li{ /*width:20%;*/ cursor:pointer; opacity:0.4;  }
.banner-swiper3 .preview li img{ width:100%; height:100%; max-height:120px;}
.banner-swiper3 .preview li.active-nav{ opacity:1;}

.banner-osSlider{ margin:0 auto;}
.banner-osSlider .slider-btn-prev,.banner-osSlider .slider-btn-next{ position:absolute; z-index:99; cursor:pointer;width:40px; height:60px; top:50%; margin-top:-30px; background:url(../images/slide_bPc.png) no-repeat; text-indent:-9999px; overflow:hidden; visibility:hidden;}
.banner-osSlider:hover .slider-btn-prev,.banner-osSlider:hover .slider-btn-next{ visibility:visible;}
.banner-osSlider .slider-btn-prev{left:50px; background-position:0 0;}
.banner-osSlider .slider-btn-next{right:50px; background-position:-40px 0;}
.banner-osSlider .slider-nav{position:absolute; z-index:99; left:0; right:0; bottom:20px; text-align:center;}
.banner-osSlider .slider-nav li{ display:inline-block; width:1em; height:2px; cursor:pointer; background:#fff; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; vertical-align:middle; text-indent:-9999px; overflow:hidden; margin:0 5px;}
.banner-osSlider .slider-nav li.active{width:1em; height:1em; border:2px solid #fff; background:none; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
.banner-osSlider .cvNode img{ max-width:none; }

.banner-ccslide .control-links{position:absolute; z-index:99; left:0; right:0;top:auto; bottom:20px; text-align:center;}
.banner-ccslide .control-links li{ display:inline-block; width:1em; height:2px; cursor:pointer; background:#fff; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; vertical-align:middle; text-indent:-9999px; overflow:hidden; margin:0 5px;}
.banner-ccslide .control-links li.active{width:1em; height:1em; border:2px solid #fff; background:none; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
.banner-ccslide .slider-nav.prev,.banner-ccslide .slider-nav.next{ position:absolute;width:40px; height:60px; top:50%; margin-top:-30px; background:url(../images/slide_bPc.png) no-repeat; text-indent:-9999px; overflow:hidden; visibility:hidden;}
.banner-ccslide:hover .slider-nav.prev,.banner-ccslide:hover .slider-nav.next{ visibility:visible;}
.banner-ccslide .slider-nav.prev{left:50px; background-position:0 0;}
.banner-ccslide .slider-nav.next{right:50px; background-position:-40px 0;}
.banner-ccslide .shadow{ display:none;}
.banner-ccslide .slider-link{ width:100%; height:100%;}

.banner-html5zoo{ /*overflow:hidden;*/}
.banner-html5zoo .html5zoo-arrow-left-0,.banner-html5zoo .html5zoo-arrow-right-0{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../images/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-0,.banner-html5zoo:hover .html5zoo-arrow-right-0{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-0{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-0{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-arrow-left-1,.banner-html5zoo .html5zoo-arrow-right-1{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../images/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-1,.banner-html5zoo:hover .html5zoo-arrow-right-1{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-1{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-1{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-nav{ text-align:center;}
.banner-html5zoo .html5zoo-bullet-span{ width:1em !important; height:2px !important; float:none !important; display:inline-block; background:#fff !important; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; margin:0 5px !important; vertical-align:middle;}
.banner-html5zoo .html5zoo-bullet-span.active{width:1em !important; height:1em !important; border:2px solid #fff; background:none !important; opacity:1;border-radius:50%; -webkit-border-radius:50%;}
@media screen and (max-width:767px) {
.html5zoo-nav{ margin-top:-20px!important;}
.banner-ccslide .slider-nav.prev,.banner-ccslide .slider-nav.next,.banner .bx-wrapper .bx-prev,.banner .bx-wrapper .bx-next{width:30px !important; height:45px!important;margin-top:-23px!important;}
}

/*----宽屏*banner----*/
@media screen and (min-width:1399px) {
.small_banner{ display:none;}
}
.apple-banner { width: 100%; height: 620px; overflow: hidden; margin: 0 auto; }
.apple-banner .swiper-container { width: 100%; height: 100%; }
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next { width: 15%; height: 100%; top: 0; background: none; }
.apple-banner .swiper-button-prev { left: 0; }
.apple-banner .swiper-button-next { right: 0; }
.apple-banner .swiper-button-prev span, .apple-banner .swiper-button-next span { display: block; width: 64px; height: 64px; position: absolute; right: 0; top: 50%; margin-top: -32px; border-radius: 100%; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.apple-banner .swiper-button-prev:hover span, .swiper-button-next:hover span { opacity: 1; }
/*分页器*/.apple-banner .swiper-pagination { top: auto; bottom: 20px !important; background: none; }
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet { display: inline-block; width: 12px; height: 12px; margin: 0 5px; cursor: pointer; background: none; border-radius: 50%; opacity: 1; }
.apple-banner .swiper-pagination-bullets span { width: 50px; height: 3px; display: block; background: rgba(255,255,255,0.8); }
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet { background: rgba(255,255,255,0.8); }
.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet-active { background-color: #075597; }
.apple-banner .swiper-pagination-bullet i { background-color: #ff7200; height: 3px; transform: scaleX(0); transform-origin: 0; display: block; }
.apple-banner .autoplay .firsrCurrent i { transition: transform 2.9s linear; transform: scaleX(1); }
.apple-banner .autoplay .current i { transition: transform 4s linear; transform: scaleX(1); }
.apple-banner .autoplay .replace span { background-color: #fff; }
@media screen and (max-width:1199px) and (min-width:1080px) {
.apple-banner { height: 450px; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.apple-banner { height: 350px; }
}
@media screen and (max-width:767px) {
.apple-banner { height: 160px; }
.apple-banner .swiper-pagination{ bottom:10px !important;}
}


/*搜索框*/
.keyword{width:100%;height: 60px;background: #eaeaea;box-shadow: 6px 0 10px #c4c4c4, 0px 0px 8px transparent;}
.hot{line-height: 60px; width:65%}
.hot b{float:left; font-weight:normal;}
.hot a{float:left;margin-right:12px; width:80%;overflow: hidden;height: 60px;}
.sea_inp{width:30%;overflow: hidden;height: 40px;line-height: 40px;margin-top: 10px;}
.sea_inp .serach{width:80%;height:40px;border:0;background:#f4f4f4 url(../images/sea.png) no-repeat 18px center;line-height:40px;color:#8e8e8e;float:left;outline: none;display: block;position: relative;padding: 0 15px 0 45px; box-sizing:border-box;}
.sea_inp .sub{ width:20%; height:40px;border:0;float:left;cursor: pointer;display: block;color: #fff;background: #075498;}
@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:768px) {
	.hot a{ width:79%;}

	}
@media screen and (max-width:767px) {
 .hot{ display:none;}
 .sea_inp{ width:100%;}

}


/*首页产品展示*/
.tils{ text-align: center; height: 147px; font-size: 22px; color: #666666; font-weight: normal;padding-top:30px;}
.tils i{ display: block; font-weight: bold; color: #075597; font-size:40px; line-height: 100%; padding-bottom: 13px;}
.probox{padding:35px 0 0;}
.pro_nav{width:25%;background:#fafafa;}
@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:768px) {}
@media screen and (max-width:767px) {
	.tils{ font-size:16px;background: url(../images/x_li1.jpg) no-repeat center 120px;padding-top: 10px;}
	.tils i{ font-size:30px;}
	
	}



/*内页-产品分类 开始*/
.ny_left{ float:left; width:25%;}
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 0 30px;}
.cp_type {}
.cp_type .hd { text-align:center; background-color:#075597; padding:20px;}
.cp_type .hd p { height:32px; line-height:32px; font-size:30px; font-weight:bold; color:#fff;}
.cp_type .hd .hd_en { width:100%; height:17px; margin:10px auto 0; padding:0; text-align:center;}
.cp_type .hd .hd_en i { display:inline-block; width:30px; height:1px; overflow:hidden; background-color:#fff; margin:8px 0; padding:0; vertical-align:middle;}
.cp_type .hd .hd_en span { display:inline-block; height:15px; line-height:16px; color:#fff; font-size:12px; text-align:center; margin:0; padding:0 4px; border:1px solid #fff;}
.cp_type .bd { border-top:0; padding:20px; background-color:#fafafa;}
.cp_type .bd ul li { margin:0 auto 20px;}
.cp_type .bd ul li:last-child { margin:0 auto;}
.cp_type .bd ul li.on { border:0;}
.cp_type .bd ul li p { height:45px; line-height:45px; background-color:#075597;}
.cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 20px; overflow: hidden; line-height:45px; color:#fff; font-size:15px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/mulu1.png) center center no-repeat; cursor:pointer; float:left;}
.cp_type .bd ul li div { background:#fafafa; display:none;}
.cp_type .bd ul li div a { display:block; height:40px; line-height:40px; color:#797979; font-size:14px; border-bottom:1px dashed #dfdfdf; padding:0 20px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.cp_type .bd ul li p:hover, .cp_type .bd ul li.on p { background-color:#075597;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#fff;}
.cp_type .bd ul li.on p span { background:url(../images/mulu3.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#075597;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:94%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#075597; color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.cp_type .bd ul li p { height:45px; line-height:45px;}
	.cp_type .bd ul li p a { line-height:45px;}
	.cp_type .bd ul li div a { padding:0 20px 0 40px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_left{ width:100%; margin-bottom:20px;}
	.h_left { margin:0 0 20px;}
	.cp_type { margin:0;}
	.cp_type .hd p:before { display:none;}
	.cp_type .hd { background:#075597 url(../images/down1.png) 96% center no-repeat;padding: 12px 20px;text-align:left;overflow:hidden;}
	.cp_type .hd.on { background:#075597 url(../images/up1.png) 96% center no-repeat;}
	.cp_type .hd span { display:block; font-style:italic; float:left; height:52px; line-height:52px;}
	.cp_type .hd p { padding:0; display:block; font-size:24px; float:left; min-width:88px; margin:0 10px 0 0;}
	
	.cp_type .bd { display:none;}
	.cp_type .bd ul li:last-child { border:0;}
	.cp_type .bd ul li p { height:52px; line-height:52px;}
	.cp_type .bd ul li p a { width:90%; font-size:16px; line-height:52px;}
	.cp_type .bd ul li p span { width:10%; background-size: 20px;}
	.cp_type .bd ul li.on p span { background-size: 16px;}
	.cp_type .bd ul li p:hover span { background-size: 16px;}
	.cp_type .hd p:before, .cp_type .hd .hd_en { display:none;}	
	
	}

@media screen and (max-width:767px) {
	.ny_left{ width:100%; margin-bottom:0;}
	.h_left{ margin-bottom:15px;}
	.cp_type { margin:0;}
	.cp_type .hd p:before, .cp_type .hd .hd_en { display:none;}
	.cp_type .hd { background:#075597 url(../images/down1.png) 96% center no-repeat;padding:12px;text-align:left;overflow:hidden;}
	.cp_type .hd.on { background:#075597 url(../images/up1.png) 96% center no-repeat;}
	.cp_type .hd span { display:block; font-style:italic; float:left; height:40px; line-height:40px;}
	.cp_type .hd p { padding:0; display:block; font-size:22px; float:left; min-width:88px; margin:0 10px 0 0;}
	.cp_type .bd { display:none; padding:12px;}
	.cp_type .bd ul li { margin:0 auto 12px;}
	.cp_type .bd ul li:last-child { border:0;}
	.cp_type .bd ul li p a { line-height:48px; font-size:16px;}
	.cp_type .bd ul li div a { font-size:14px;}
	.cp_type .bd ul li p { height:48px;line-height:48px;}
	.cp_type .bd ul li div a { height:44px;line-height:44px;}
	.cp_type .bd ul li p span { background-size: 20px;}
	.cp_type .bd ul li.on p span { background-size: 20px;}
	.cp_type .bd ul li p:hover span { background-size: 20px;}
	
}
/*内页-产品分类 结束*/


/*产品展示切换*/
.pro_list{width:73%;overflow: hidden;}
.pro_list p.pro_list_bt{height: 42px;border: solid 1px #dcdcd8;position: relative;font-weight: normal;font-size: 20px;line-height: 42px;}
.pro_list p.pro_list_bt a{color: #fff;}
.pro_list p.pro_list_bt b{position: absolute;display: block;width: 117px;height: 44px;line-height: 44px;left:-1px;top:-1px;z-index: 1;font-weight: normal;background:#075597;color: #fff;text-align: center;}
.pro_pic{min-height: 380px;background: #f6f6f6;margin-top:6px; position:relative;}
.pro_img{width:100%;margin: 0 auto;padding: 40px 20px 0;box-sizing: border-box;}
.pro_img dt{width: 45%; float: left;}
.pro_img dt a.pro_img_bk{width:100%;height: 300px;display:block;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center; background:#fff;}
.pro_img dt img{max-width: 100%; max-height: 100%;}
.pro_img dd{width: 50%; float: right; font-size: 14px; line-height: 26px; color: #666;}
.pro_img b{ display:block;height: 60px; font-size: 30px; line-height: 60px; background: url(../images/pro_icon5.png) no-repeat left top;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.pro_img b a{color: #333;text-decoration:none;}
.pro_img p{height:165px;overflow: hidden; font-size: 16px; line-height: 28px; color: #666;margin-bottom: 38px;}
.pro_img dd span{display: block; width: 120px; height: 35px; font-size: 14px; line-height: 35px; text-align: center; background:#075597; border:1px solid #075597; border-radius:20px;}
.pro_img dd span a{display: block; color: #fff;}
.pro_prev{width: 43px;height: 85px;top: 170px;left: 0;overflow: hidden;cursor: pointer;z-index:10;position: absolute;}
.pro_next{width: 43px;height: 85px;top: 170px;right: 0;overflow: hidden;cursor: pointer;z-index:10;position: absolute;}
.pro_prev img,.pro_next img{display: block;width: 43px;height: 171px;}
.pro_prev:hover img,.pro_next:hover img {margin-top: -86px;}
.more01{width: 65px;font-size: 14px;text-transform: uppercase;font-weight: normal;}
.more01 a,.pro_list p.pro_list_bt .more01 a{color: #555;}

.pro_lc ul{width: 100%;}
.pro_lc li{width:31.33333%;height: 310px;float: left;margin: 27px 2.5% 0px 0;position: relative;overflow: hidden;color: #fff;font-size: 16px;border: 1px solid #dcdcdc;}
.pro_lc li:nth-child(3n){ margin-right:0;}
.pro_lc .proimg_bk{width:100%;height: 245px;background:#fff;}
.pro_lc a.proimg{width:100%;height: 245px;display:block; position:relative;}
.pro_lc img{max-width:90%;max-height: 90%; position:absolute; margin:auto; left:0; right:0; top:0; bottom:0;}
.pro_lc li p{display: block;width:100%; padding:0 10px;line-height:54px;z-index: 1;position: absolute;background:#aaa;left: 0;bottom: 0;text-align: center; box-sizing:border-box;}
.pro_lc li p span{display:none;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s; transition: all .25s;}
.pro_lc li a{display:block;color: #fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pro_lc li.cur p{background: #075597;}
.pro_lc li.cur p span{display: block;height: 52px;}
.pro_lc li.cur p span a{display: inline-block;width: 108px;line-height: 33px;border: solid 1px #fff;font-size: 14px;}
.pro_lc li.cur p span a:nth-child(2){margin-left:16px;}

.pro_lc li:hover p{background: #075597;}
.pro_lc li:hover p span{display: block;height: 52px;}
.pro_lc li:hover p span a{display: inline-block;width: 108px;line-height: 33px;border: solid 1px #fff;font-size: 14px;}
.pro_lc li:hover p span a:nth-child(2){margin-left:16px;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
	}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.w_1200 { width: 95%; }
	.pro_lc li{ height:260px;}
	.pro_lc .proimg_bk{ height:230px;}
	.pro_lc li a{ font-size:14px;}
	.pro_lc a.proimg{height:230px;}
	.pro_lc li.cur p span a{ width:40%;}

}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_list{ width:100%;}
	.pro_pic{ min-height:335px;}
	.pro_img dt a.pro_img_bk{ height:250px;}
	.pro_img dt{ width:35%; height:230px;}
	.pro_img dt img{ max-width:100%; max-height:100%; width:auto; height:auto;}
	.pro_img dd{ width:60%;}
	.pro_img b{font-size:26px;}
	.pro_img p{ height:85px;}

	.pro_lc li{ height:280px;}
	.pro_lc .proimg_bk{ width:100%; height:200px;}
	.pro_lc li a{ font-size:14px;}
	.pro_lc a.proimg{ width:100%; height:230px;}
	.pro_lc img{ max-width:90%; max-height:90%; margin-top:15px;}
	.pro_lc li p{ width:100%;}
	.pro_lc li.cur p span a{ width:40%;}

	}
@media screen and (max-width:767px) {
	.pro_list{ width:100%;}
	.pro_img dt a.pro_img_bk{ height:200px;}
	.pro_img dt{ width:100%;}
	.pro_img dd{ width:100%; margin:0; padding:0 20px 30px; box-sizing:border-box;}
	.pro_pic{ display:inline-block;}
	.pro_img b{ margin-top:10px; font-size:26px;}
	.pro_img p{ font-size:15px; height:115px; margin-bottom:20px;}
	.pro_img dd span{ margin:0 auto;}
	
	.pro_lc ul{ width:100%;}
	.pro_lc li{ width:48%; height:230px;}
	.pro_lc li:nth-child(2n) { margin-right: 0; }
    .pro_lc li:nth-child(3n) { margin-right: 2%; }
    .pro_lc li:nth-child(6n) { margin-right: 0; }
	.pro_lc .proimg_bk{height:180px;}
	.pro_lc li a{ font-size:14px;}
	.pro_lc a.proimg{height:180px;}
	.pro_lc li.cur p span a{ width:40%; font-size:12px;}
	}


/*优势*/
.ys_box{ margin:50px 0;}
.sy_ys{min-height: 2366px;}
.ys_boxtu{width: 100%;overflow:hidden;}
.ys_boxtu img{ width:100%;}
.sy_ys .tils{ display:block;color:#fff; padding-top:0; height:auto; letter-spacing:2px;}
.sy_ys .tils i{color:#fff; line-height:50px; padding-bottom:0;font-size:26px;text-shadow: 2px 2px 2px #053d78;}
.sy_ys .sy_zi .tils{float:left; text-align:left}
.sy_ys .sy_ziyou{float:right; font-size:28px; color:#e60012; font-weight:bold; text-align:right;letter-spacing:2px;margin-top: 3%; text-shadow: 2px 1px 2px #fff;}
@media screen and (max-width:1250px) and (min-width:1150px) {
.sy_ys .tils i,.sy_ys .sy_ziyou{ font-size:22px;}
}
@media screen and (max-width:1149px) and (min-width:768px) {
.sy_ys .sy_zi .tils{ width:100%; text-align:center;}
.sy_ys .sy_ziyou{width:100%; text-align:center;}
.sy_ys .tils i,.sy_ys .sy_ziyou{ font-size:22px;}
}
@media screen and (max-width:767px) {
	.ys_boxtu{ display:none;}
}

.ys_bj1{background: url(../images/ys_bj1.jpg) repeat-y center top;min-height: 542px;}
.ys_bj2{background: url(../images/ys_bj2.jpg) repeat-y center top;min-height: 541px;}
.ys1{padding:48px 0 0 45px;width:100%; max-width:1200px;margin:0 auto;position: relative;min-height: 542px; box-sizing:border-box;}
.sy_ys .ys1 dl {padding-top:156px; padding-left:20px;}
.ys2{width:100%; max-width:1200px;margin:0 auto;padding:51px 39px 0 9px;min-height: 542px;position: relative; box-sizing:border-box;}
.sy_ys .ys2 dl{padding-top:103px;padding-right:20px;}
.ys3{width:100%; max-width:1200px;padding:45px 30px 0 50px;position: relative;min-height: 542px;margin:0 auto;box-sizing:border-box;}
.sy_ys .ys3 dl{padding-top:153px; padding-left:20px;}
.ys4{min-height: 545px;padding:38px 39px 0 0;width:100%; max-width:1200px;margin:0 auto;position: relative;box-sizing:border-box;}
.sy_ys .ys4 dl{padding-top:100px; padding-right:20px;}
.ys4 dd span {width:230px;height: 50px;background: #075597;display: inline-block;text-align: center;line-height: 50px;font-size:16px;color: #fff;border-radius:24px;margin:0 5px;margin-top:30px;}
.ys4 dd span a {color: #fff;padding-left:26px;background: url(../images/fan_a1.jpg) no-repeat left center;line-height: 50px;display: inline-block;}
.sy_ys dl{width:38%; box-sizing:border-box;}
.sy_ys dt {height: 60px;}
.sy_ys dt i{float:left;font-size:0;line-height: 0; width:22%;}
.sy_ys dt p {float:left;width:75%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.sy_ys dt p span {display:block;height: 34px;line-height: 34px;font-size:34px;color: #333333;font-weight: bold;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.sy_ys dt p em {font-size:14px;color: #999999;text-transform: uppercase;display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;letter-spacing:2px;}
.sy_ys dd p {padding-left:30px;font-size:16px; color: #333333;line-height: 26px;padding:0 0 0 25px;background: url(../images/ys_ico1.png) no-repeat left 7px;margin-top:20px;}
.ys_a1,.ys_a2,.ys_a3,.ys_a4{position: absolute;}
.ys_a1{left:0;bottom:0;}
.ys_a2{right:0;bottom:0;}
.ys_img1{ width:60%;}
.ys_img1 img{ max-height:100%; max-width:100%;}


@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:1024px) {
   .sy_ys{ background-size:140%;}
   .sy_ys .ys1 dl{ padding-top:90px;}	
   .sy_ys .ys3 dl{ padding-top:90px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.sy_ys{ background-size:190%;}
	.sy_ys .ys1 dl{ padding-top:70px;}
	.sy_ys .ys2 dl{ padding-top:90px;}
	.sy_ys .ys3 dl{ padding-top:90px;}
	.sy_ys .ys4 dl{ padding-top:90px;}
	.ys_img1 img{ margin-top:100px;}
	.sy_ys dt i{ width:30%;}
	.sy_ys dt p{ width:70%;}
	
	}
@media screen and (max-width:767px) {
	.sy_ys {background-size: 240%;}
	.sy_ys .tils { font-size:14px;padding-top: 20px; height:90px;background: url(../images/x_li1.jpg) no-repeat center 85px;}
	.sy_ys .tils i{ font-size:20px;}
	.sy_ys dl{ width:100%; float:none;}
	.sy_ys dl dd{ width:90%;}
	.sy_ys .ys1 dl{ padding-top:0;}
	.sy_ys .ys2 dl{ padding-top:0;}
	.sy_ys .ys3 dl{ padding-top:0;}
	.sy_ys .ys4 dl{ padding-top:0;}
	.ys_img1{ width:80%; float:none; margin:20px auto 0;}
	.ys1{ padding-bottom:45px;}
	.ys2{padding-left:20px; padding-bottom:45px;}
	.ys4{ padding-left:20px;}
	.ys_bj2 {background: url(../images/ys_bj2.jpg) repeat-y center top;background-position-y: 70px;background-position-x: 60%;}
	.sy_ys dt i img{ max-width:80%;}
	.sy_ys dt p span{ font-size:30px;}
	.sy_ys dt p em{ font-size:12px;}
	.sy_ys dd p{ font-size:15px;}
	
	}


/*首页关于我们*/
.aboutbox{padding:60px 0 0;line-height:31px;color: #464646;background:url(../images/aboutbg.jpg) repeat-y center 0;margin-bottom:25px;}
.about_p{height: 470px;width: 47%;float: right;box-sizing: border-box;padding-right: 30p;margin-right: 3%;}
.about_p img{max-height: 100%;max-width: 100%;border:5px solid #fff;}

.about{height:542px;}
.about_c{width: 45%;}
.about_c p{height:140px;background:url(../images/line3.png) no-repeat 0 140px;font-size: 35px;line-height: 50px;color: #075597; font-weight:bold;}
.about_c p em{display: block;line-height:62px;text-transform: uppercase;color: #6c6b6b;font-weight: normal;font-size: 40px;}
.about_c p a{display: block;color: #f7cc7d;}
.about_w{display: block;height:268px;overflow: hidden;line-height:35px; margin-bottom:20px;}
.about_more{display: block;width: 196px;height: 47px;line-height: 47px;border: solid 2px #929292;font-size: 16px;text-align: center;}
.about_more a{display: inline-block;color: #2e2e2e;background:url(../images/ico05.png) no-repeat right center;padding-right: 57px;}


@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:1024px) {
.aboutbox{ background-size:160%;}	
.about_c p{ font-size:25px; height:100px;}
.about_c p em{ font-size:30px; line-height:40px;}
.about_w{ height:210px; line-height:30px;}
.about_more{ width:50%;}
.about{ height:432px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.aboutbox{ background-size:170%;}
	.about_c p{ font-size:25px; height:100px;}
	.about_c p em{ font-size:30px; line-height:40px;}
	.about_w{ height:126px; line-height:30px;}
	.about_more{ width:50%;}
	.about{ height:382px;}
	.about_p{ height:330px;}
	}
@media screen and (max-width:767px) {
	.aboutbox{padding:40px 0; background-position-x: 20%;}
	.about_c{ width:100%; margin-bottom:40px;}
	.about_c p{ font-size:25px; height:90px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
	.about_c p em{ font-size:30px; line-height:40px;}
	.about_w{ height:178px; margin-bottom:25px;}
	.about_more{ width:50%; margin:0 auto;}
	.about_p{ width:98%; float:none;text-align: center;height: 300px;}
	.about{ height:690px;}

	}

/*首页风采展示*/
.index_honor{ margin:50px auto 30px;}
.show{font-family: "Microsoft Yahei";line-height:33px;position: relative; min-height:300px;}
.show_t{height:73px;line-height:34px;font-size:22px; margin-top:30px;}
.show_t li{float: left;color: #999;padding: 0 0 0 29px;background:url(../images/new_ico1.png) no-repeat 0 8px;}
.show_t li em{display: inline-block;padding: 0 18px;color: #828282;font-weight: normal;}
.show_t li:nth-child(1){background:url(../images/new_ico2.png) no-repeat 0 8px;}
.show_t li.cur{color: #075597;font-weight: bold;background-position: 0 -36px;}
.show_l1{width: 1200px;overflow: hidden;}
.show_c li{width: 283px;float: left;margin: 0 23px 0 0;overflow: hidden;}
.show_c li span{display: block;line-height:33px;color:#999;border-bottom: solid 2px #393939;text-align: center; padding:0 10px;}
.show_c li span a{display: block;color: #999;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.show_c li p,.show_c li p { height:188px;}
.show_c li p,.show_c li p img{max-width:100%;display: block;overflow: hidden;display: flex;justify-content: center;align-items: center;display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center; max-height:100%;}

.honor_scoll{width:100%;}
.honor_scoll .item{position:relative;}
.honor_scoll .lSPrev,.honor_scoll .lSNext{ background:url(../images/jiantou_l.png) center center no-repeat; width:25px; height:45px; position:absolute; left:-50px; top:50%;margin-top:-22px;cursor:pointer;}
.honor_scoll .lSNext{ left:auto; right:-50px;  background:url(../images/jiantou_r.png) center center no-repeat; }
.honor_scoll .content-slider{ width:100%; overflow:hidden;}
.honor_scoll .content-slider li .pic{display:block;width:100%;float:left;height:260px;border:1px solid #DDDDDD;text-align:center;position:relative;overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.honor_scoll .content-slider li .pic img{max-width:95%;max-height:95%;vertical-align:middle;-webkit-transition: all .6s;-moz-transition: all .6s;-ms-transition: all .6s;-o-transition: all .6s;transition: all .25s;}
.honor_scoll .content-slider li .pic .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.honor_scoll .content-slider li .pic:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);}
.honor_scoll .lSPager{display:none;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.honor_scoll{padding: 0 0 0;}
	.honor_scoll .item{overflow: hidden;}
	.honor_scoll .lSPrev, .honor_scoll .lSNext{display:none;}
	.honor_scoll .content-slider li .pic{height:200px;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
	.honor_scoll{padding: 0 0 0;}
	.honor_scoll .item{overflow: hidden;}
	.honor_scoll .lSPrev, .honor_scoll .lSNext{display:none;}
	.honor_scoll .content-slider li .pic{height:280px;}
}
@media screen and (max-width:767px) {
	.honor_scoll{padding: 8px 0 8px;}
	.honor_scoll .item{overflow: hidden;}
	.honor_scoll .content-slider li .pic{height:150px;}

}

/*首页资讯*/
.zix{ height: 710px; overflow: hidden;}
.zix_l{height:526px; background: #f5f5f5; padding:40px 32px 10px; width: 62%; box-sizing:border-box;}
.zi_l{ height: 53px;background:url(../images/zi_lin.jpg) no-repeat 134px 5px; overflow: hidden;}
.zi_l ul li{ float: left; margin-right: 65px; }
.zi_l ul li a{ color: #4c4c4c; font-size: 26px;line-height: 100%;}
.zi_l ul li.cur{font-weight: bold;}
.zi_l ul li.cur a{font-weight: bold; color: #075498;}
.zi_l span{ display: inline-block; float: right;}
.zi_l span img{ margin-left: 11px; display: inline-block;}
.zi_n dl{ overflow: hidden; margin:10px 0 15px;}
.zi_n dl dt{ float: left; width: 40%; height:180px;}
.zi_n dl dt a{ display:block; position:relative; width:100%; height:100%; background:#fff;}
.zi_n dl dt img{ max-width: 100%; max-height:100%; position:absolute; margin:auto;top:0; left:0; bottom:0; right:0;}
.zi_n dl dd{ float: right; width: 54%;}
.zi_n dl dd b{ overflow: hidden; height: 23px; line-height: 23px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; display:block;}
.zi_n dl dd b a{ font-weight: bold; color: #075597; font-size: 20px;}
.zi_n dl dd p{ padding-top: 20px; font-size: 14px; color: #666; line-height: 28px;}
.zi_n dl dd em{ display: block; text-align: right; font-size: 14px; color: #999;}
.zi_n ul li{ float: left; padding:27px 18px 0 20px; width: 48%; margin-top: 10px; height: 92px;background:url(../images/zi_ok.jpg) no-repeat 95% 30px #fff; box-sizing:border-box;}
.zi_n ul{ clear:both;}
.zi_n ul li:nth-child(2n){ float: right;}
.zi_n ul li span{ display: block; color: #999; font-size: 12px;}
.zi_n ul li a{ color: #4c4c4c; font-size: 15px;height: 20px;overflow: hidden;display: block;white-space: nowrap;text-overflow: ellipsis;padding-right: 20px; margin-bottom:10px; }
.zi_n ul li a:hover{ color: #075597; font-size: 15px;font-weight: bold;}

.zix_f{ padding: 0 33px 10px 37px; width: 35%; height: 526px; background: #f5f5f5; box-sizing:border-box;}
.zix_f  b{font-weight: bold; line-height: 100%; padding-top: 42px; height: 58px; font-size: 26px; color: #000; display:block;}
.zix_f  b a{ color: #000;}
.zix_f p{ margin-bottom: 15px;}
.zix_f ul li{ height: 39px; line-height: 17px; padding-left: 16px;background:url(../images/zi_li.jpg) no-repeat 0 6px;}
.zix_f ul li a{ font-size: 14px; color: #000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; display:block; float:left; width:65%;}
.zix_f ul li a:hover{font-weight: bold;color:#075597;}
.zix_f ul li span{ float:right; width:25%; font-size:14px; color:#999;}


@media screen and (max-width:1199px) and (min-width:1080px) {
   .zix{ height:750px;}
   .zix_l{ width:62%; box-sizing:border-box; height:580px;}
   .zix_f{ width:35%; box-sizing:border-box; height:580px;}
   .zi_n dl dt{ width:40%;}
   .zi_n dl dd{ width:54%;}
   .zi_n ul li{width: 48%; height: 92px;background:url(../images/zi_ok.jpg) no-repeat 95% 30px #fff; box-sizing:border-box;}
   .zix_f ul li span{ font-size:12px;}
	}
@media screen and (max-width:1079px) and (min-width:1024px) {
   .zix{ height:750px;}
   .zix_l{ width:62%; box-sizing:border-box; height:580px;}
   .zix_f{ width:35%; box-sizing:border-box; height:580px;}
   .zi_n dl dt{ width:40%;}
   .zi_n dl dd{ width:54%;}
   .zi_n ul li{width: 48%; height: 92px;background:url(../images/zi_ok.jpg) no-repeat 95% 30px #fff; box-sizing:border-box;}
   .zix_f ul li span{ font-size:12px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
   .zix{ height:730px;}
   .zix_l{ width:62%; box-sizing:border-box; height:530px;}
   .zix_f{ width:35%; box-sizing:border-box; height:530px;}
   .zi_n dl dt{ width:40%; height:150px;}
   .zi_n dl dd{ width:54%;}
   .zi_n dl dd p{ height:90px; overflow:hidden; padding-top:10px;}
   .zi_n ul li{width: 48%; height: 92px;background:url(../images/zi_ok.jpg) no-repeat 95% 30px #fff; box-sizing:border-box;}
   .zix_f ul li a{ width:100%;}
   .zix_f ul li span{ display:none;}
	}
@media screen and (max-width:767px) {
	.zix{ height:auto;}
	.zix .tils{ height:127px;background: url(../images/x_li1.jpg) no-repeat center 100px;}
	.zix_l{ width:100%; box-sizing:border-box; height:700px; padding:50px 10px 0;}
	.zi_l{background: url(../images/zi_lin.jpg) no-repeat 50% 5px;}
	.zi_l ul li{ width:50%; margin:0 auto; text-align:center;}
	.zi_n dl dt{ width:40%; height:150px;}
    .zi_n dl dd{ width:54%;}
	.zix_f{ width:100%; box-sizing:border-box; height:520px; margin-top:30px;}
	.zi_n dl dd p{ height:90px; overflow:hidden; padding-top:10px;}
    .zi_n ul li{width: 100%; height: 92px;background:url(../images/zi_ok.jpg) no-repeat 95% 30px #fff; box-sizing:border-box;}
	.zix_f ul li span{ font-size:12px;}
	}


/*友情链接*/
#link{min-height:40px;line-height:30px;color: #7e7f82;overflow: hidden;white-space: nowrap;background:#eee; padding:15px 0; margin-top:40px;}
#link b{ float:left;}
#link p{ width:100%;}
#link a{color: #7e7f82;display: inline-block;padding:0 30px 0 0;float:left;}


/*底部*/
.f_top{ width:100%; height:124px; border-bottom:1px solid #626262;}
.ft_lx{height: 94px;padding-top:30px;}
.ft_lx li{float:left;width:28.33%;background: url(../images/ft_x.png) no-repeat right;margin-right:5%;}
.ft_lx li:last-child{background: none}
.ft_lx li span {display: block;font-size:18px;height: 31px;line-height: 31px;color: #fff;padding-left:43px;}
.ft_lx li p{padding-top:9px;font-size:14px;color: #9a9a9a;padding-left:43px;overflow: hidden;_white-space: nowrap;_text-overflow: ellipsis;}
.ft_lx li:nth-child(1) span{background: url(../images/ft_ico1.png) no-repeat left center;}
.ft_lx li:nth-child(2) span{background: url(../images/ft_ico2.png) no-repeat left center;}
.ft_lx li:nth-child(3) span{background: url(../images/ft_ico3.png) no-repeat left center;}


.f_bj{color:#555;clear:both;height:430px;font-family:"Microsoft Yahei";overflow: hidden;background:url(../images/ft_bj.jpg) repeat; }
.f_nav{ height:218px; overflow: hidden;padding-top:40px;}
.f_nav ul li{width:22.75%;border-right: 1px dashed #636161;margin-right:3%;float: left;height: 179px; overflow:hidden; box-sizing:border-box;}
.f_nav ul li:last-child{ margin-right:0; border-right:none;}
.f_nav ul li i{display: block;padding-left: 30px;font-size: 22px;color: #eee;font-weight: bold;background:url(../images/f_lin2.jpg) no-repeat 0 10px;}
.f_nav ul li:last-child i{ background:none;}
.f_nav ul li span{display: block;padding-left: 28px;padding-top: 23px;}
.f_nav ul li span a{display: block;font-size: 14px;color: #d1d1d1;line-height: 26px;float: left;width: 48%;margin-bottom: 5px;}
.f_nav .f_cp span a{ width:80%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.f_nav ul li .ewm{text-align: center;font-weight: normal; font-size: 14px; color: #eee; margin-top:15px;}
.f_nav ul li .ewm p{ font-size:14px; margin-top:15px;}
.f_nav ul li .ewm img{ max-width:100%; max-height: 100%;display: block; margin-bottom:14px; padding: 6px; border: 1px solid #eee; margin:0 auto;}

.f_bottom{ width:100%; background:#353535; padding:10px 0; clear:both;}
.f_bj .row{height:31px;line-height:31px;color:#fff;}
.f_bj .row span{ float:right;}
.f_bj .row a{color:#fff;}


@media screen and (max-width:1199px) and (min-width:1080px) {
	}
@media screen and (max-width:1079px) and (min-width:768px) {
	
	}
@media screen and (max-width:767px) {
	.f_bj{ height:auto;}
	.f_top{ display:none;}
	.f_nav ul li{ width:48%; margin-right:2%; margin-bottom:5%;}
	.f_nav ul li:nth-child(2n+2){ margin-right:0;}
	.f_nav{ height:auto;}
	.f_bj .row{ height:auto; line-height:26px;}
	.f_bj .row span{ float:none; display:block;}
	.f_nav ul li span a{ width:100%;}
	
	}

/*内页banner*/
/**nybanner**/
.ny_banner { width:100%; height:350px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
@media screen and (min-width:1399px) {
.ny_banner {margin: 0 auto;}
}
.ny_banner img { display: block; width: 1920px; height: 350px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_banner { width:100%; height: 300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.ny_banner img { display: block; width: 1920px; height: 300px; overflow: hidden; margin: 0 0 0 -960px; position: absolute; left: 50%; top: 0;}
}
@media screen and (max-width:1079px) and (min-width:900px) {
	.ny_banner {height: 190px;}
	.ny_banner img { display: block; width: 100%; height: auto; overflow: hidden; margin: 0 0 0 -50%; position: absolute; left: 50%; top: 0;}	
	}
@media screen and (max-width:899px) and (min-width:768px) {
	.ny_banner { width:100%; height: 150px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;}
	.ny_banner img { display: block; width: 100%; height: auto; overflow: hidden; margin: 0 0 0 -50%; position: absolute; left: 50%; top: 0;}	
}
@media screen and (max-width:767px) {
	.ny_banner { width:100%; height:auto;overflow: hidden; margin: 0 auto; padding: 0;}
	.ny_banner img { display: block; width: 180%; height:auto;overflow: hidden; margin: 0 0 0 -40%;position:static;}
}


/*内页关于我们*/
#mup{font-size: 14px;border-bottom: 1px dashed #dcdcdc;height: 35px;line-height: 35px; margin:20px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
#mup b {border-left: 10px solid #469ff7;font-weight: normal;padding-left: 8px;}
.lm_nav ul li{float:left;width:25%;height:55px;line-height:55px;font-size:18px;text-align: center;border-right: 1px solid #fff;background: #eee;cursor: pointer;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;}
.lm_nav ul li:hover,.lm_nav li.on {background: url(../images/p16-icon6.png) no-repeat bottom center #075597;border-color: #075597;}
.lm_nav ul li:hover a,.lm_nav ul li.on a{ color:#fff;}
.lm_nav ul li a{width:100%;height:100%;display:block;}
@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:768px) {}
@media screen and (max-width:767px) {
	#mup { height:auto; line-height:24px; padding-bottom:10px;}
	}



.ny_abbt p {padding: 48px 0 4px;text-align: center;font-weight: bold;}
.ny_abbt p span {display: block;font-size: 36px; color: #000;line-height: 42px; position: relative;padding-bottom: 18px;}
.ny_abbt p span:after { position: absolute;width: 40px;height: 3px;background: #075597;content: ""; bottom: 0;left: 50%;margin:0 0 0 -20px;}
.ny_abbt p i {display: block;font-size: 15px;color: #777;line-height: 44px;text-transform: uppercase;font-style: normal;}
.ny_abbt1 p{ padding-top:20px;}

#ny_about dl dt img {margin-top:10px;display: block;width: auto!important;height: auto!important;max-width: 100%;margin: 0 auto;padding: 0;}
#ny_about dl dd {font-size: 15px;letter-spacing: 1px; line-height: 30px; margin:25px 0;}
#ny_about dl dd img{width: auto!important;height: auto!important;max-width: 100%;}

.hyzs_con{ background:url(../images/hyzs.jpg) no-repeat center; width:680px; margin:0 auto; height:400px; position:relative;}
.hyzs_con b{font-size: 34px;color: #fff;position: absolute;left: 195px;top: 30px;}
.hyzs_con img{position: absolute;left: 283px;top: 100px;}
.hyzs_con p{position: absolute;font-size: 18px;color: #555;text-align: center;left: 262px;top: 281px;line-height: 33px;}
.hyzs_con p span{ font-size:28px; font-weight:bold; color:#d80101;}
.zycp{ margin-bottom:50px; margin-top:30px;height: 460px;}
.zycp_pro li{width:22.75%;height:284px;float: left;margin: 27px 3% 0 0;position: relative;overflow: hidden;color: #fff;font-size: 16px;border: 1px solid #dcdcdc; box-sizing:border-box;}
.zycp_pro li:nth-child(4n){ margin-right:0;}
.zycp_pro .proimg_bk{width:100%; height:225px;background:#fff;}
.zycp_pro a.proimg{width:100%;height:225px;display:block;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
.zycp_pro img{max-width:100%; max-height:100%;}
.zycp_pro li p{display: block;width:100%; padding:0 10px; box-sizing:border-box;line-height:54px;z-index: 1;position: absolute;background:#aaa;left: 0;bottom: 0;text-align: center;}
.zycp_pro li p span{display:none;}
.zycp_pro li a{display:block;color: #fff;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.zycp_pro li.cur p{background: #075597;}
.zycp_pro li.cur p span{display: block;height: 52px;}
.zycp_pro li.cur p span a{display: inline-block;width: 108px;line-height: 33px;border: solid 1px #fff;font-size: 14px;}
.zycp_pro li.cur p span a:nth-child(2){margin-left:16px;}

@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:768px) {
	.zycp_pro li{width: 47%;margin:0;margin-right: 4%;height:220px;margin-bottom: 5%;}
	.zycp_pro li:nth-child(2n){ margin-right:0;}
	.zycp_pro li:nth-child(3n){ margin-right: 4%;}
	.zycp_pro .proimg_bk{ width:100%; height:180px;}
	.zycp_pro a.proimg{ width:100%; height:180px;display: flex;}
	.zycp_pro img{max-height: 90%;max-width: 90%;}
	.zycp_pro li p{width: 100%;height: 40px;line-height: 40px;font-size: 14px;}
	}
@media screen and (max-width:767px) {
	.lm_nav ul li{ font-size:16px;}
	.lm_nav { margin:0 auto;}
	.ny_abbt p{ padding:0; margin:20px auto;}
	.ny_abbt p span { height:36px; line-height:36px; font-size:30px;padding: 0 0 10px;}
	.ny_abbt p i { line-height:30px; font-size:14px;}
	.hyzs_con{ width:100%;}
	.hyzs_con b{ left:11%; font-size:28px;}
	.hyzs_con img{ left:30%;}
	.hyzs_con p{ left:22%;}
	.ny_abbt p span{font-size: 30px;padding-bottom: 12px;}
	.ny_abbt p i{ font-size:14px;}
	#ny_about dl dt img{ margin-top:0;}
	.ny_abbt p{ padding-top:15px;}
	.zycp_pro li{width: 47%;margin:0;margin-right: 4%;height:190px;margin-bottom: 5%;}
	.zycp_pro li:nth-child(3n){ margin-right: 4%;}
	.zycp_pro li:nth-child(2n){ margin-right:0;}
	.zycp_pro .proimg_bk{ width:100%; height:150px;}
	.zycp_pro a.proimg{ width:100%; height:150px;display: flex;}
	.zycp_pro img{max-height: 90%;max-width: 90%;}
	.zycp_pro li p{width: 100%;height: 30px;line-height: 30px;font-size: 14px;}
	.zycp{ height:500px;}
	
	}

/*内页新闻动态*/
.ny_news,.ny_pro,.ny_gcal{ width:73%;min-height: 1200px;}
.ny_xwtj dl,.ny_xw dl{border: 1px solid #dedede;margin-bottom: 15px;padding: 22px 25px 22px 22px;background: #fff;overflow: hidden;}
.ny_xwtj dl:hover,.ny_xw dl:hover {border-color: #075597;}
.ny_xwtj dt {width:28%;float: left;margin-right: 2%;}
.ny_xwtj dt a{display:block;width:100%;height: 200px;text-align:center;overflow:hidden;}
.ny_xwtj dt a img {max-width:97%;max-height:97%;vertical-align:middle;}
.ny_xwtj dt a .iblock {display: inline-block;height: 100%;width: 0;vertical-align: middle;}
.ny_xwtj dd{ width:70%; float:right;}
.ny_xwtj dd b,.ny_xw dd b { display:block;height: 40px;font-weight: normal;font-size:20px;color: #154c64;line-height: 40px;margin-bottom: 5px; float:left; width:80%;}
.ny_xwtj b a,.ny_xw b a {display: block;color: #4b4a4a;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_xwtj dl:hover b a,.ny_xw dl:hover b a {color: #075597;}
.xw_desc {max-height: 72px;font-size: 14px;line-height: 26px;color: #797979;margin-bottom: 20px;overflow: hidden;}
.xw_xq {float: right;width: 134px;height: 40px;display: inline-block;border: 1px solid #aaa;font-size: 16px;line-height: 40px;text-align: center; margin-top:20px;}
.ny_xwtj dl:hover .xw_xq,.ny_xw dl:hover .xw_xq {background: #075597;border-color: #075597;}
.ny_xwtj dl:hover .xw_xq a ,.ny_xw dl:hover .xw_xq a {color: #fff;}
.xw_xq1{ margin-top:0;}
.ny_xw .xw_bt span{ height:40px; line-height:40px; color:#999; float:right;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_xwtj dt { width:28%; margin:0 2% 0 0;}
	.ny_xwtj dd { width:70%;}
	}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_xwtj dt { width:28%; margin:0 2% 0 0;}
	.ny_xwtj dd { width:70%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_news,.ny_pro,.ny_gcal{ width:100%;}
	.ny_xwtj dt { width:34%; margin:0 3% 0 0;}
	.ny_xwtj dd { width:63%;}
	}
@media screen and (max-width:767px) {
	.ny_news,.ny_pro,.ny_gcal{ width:100%;}
	.ny_xwtj dd b, .ny_xw dd b { width:100%;}
	.xw_bt span { display:block; width:100%;}
	.ny_xwtj dt { width:100%; margin:0 auto 20px;}
	.ny_xwtj dt a { height:220px;}
	.ny_xwtj dd { width:100%;}
	
	}



/**newsdetail**/
.news_detail { width:100%; min-height:400px; overflow: hidden; margin: 0 auto; padding: 0;}
.news_detail h1 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;text-align:center;}
.news_detail .nwdtl_tip { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 14px; margin: 0 auto 40px; padding: 0 20px; background-color: #f5f5f5; box-sizing: border-box;text-align:center;}
.nwdtl_tip span { display:inline-block; margin: 0 20px 0 0;}
.news_detail .nwdtl_con { width:100%; overflow: hidden; margin: 40px auto 0; padding: 0;line-height: 28px; color: #666; font-size: 14px;text-align: justify; margin: 0 auto; padding: 0;}
.nwdtl_con p { width:100%; overflow: hidden;  text-indent: 2em; }
.nwdtl_con img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.prev_next { width:100%; height: 40px; overflow: hidden; margin: 30px auto 50px; padding: 0;}
.prev_next ul li { width:50%; height: 40px; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box;}
.prev_next ul li:nth-child(2n+2) { border-left:2px solid #fff;}
.prev_next ul li p { width:100%; height: 40px;line-height: 40px;  overflow: hidden; margin: 0; padding: 0; background-color: #f5f5f5;padding: 0 20px;box-sizing: border-box; text-overflow: ellipsis; white-space: nowrap;}
.prev_next ul li p a { color: #333; font-size: 14px; }
.prev_next ul li p:hover { background: #075597; color:#fff;}
.prev_next ul li p:hover a{color:#fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:768px) {}
@media screen and (max-width:767px) {
	.prev_next { height:auto;}
	.prev_next ul li { width:100%;}
	.prev_next ul li:nth-child(2n+2) {border-left: 0; margin:10px auto 0;}
	
	}

 /*内页产品中心*/
#pro_ul{ padding:10px 0 0 0; clear:both; overflow:hidden; min-height:400px;}
#pro_ul li{ width:31.33333%; height:360px;padding-bottom:10px;float:left; margin:0 1% 25px; position:relative;}
#pro_ul li:nth-child(3n){ margin-right:0;}
#pro_ul .proimg_bk{width:100%; height:250px;background:#fff;border-bottom: 1px solid #f7f7f7;}
#pro_ul a.proimg{width:100%;height:250px;display:block;display: flex;justify-content: center;align-items: center;display:-webkit-box;-webkit-box-pack:center;-webkit-box-align:center;}
#pro_ul img{max-width:100%; max-height:100%; display:block;}
#pro_ul .h_d{width:100%;font-size:14px;line-height: 25px;overflow:hidden;font-weight:normal;text-align:center;text-overflow:ellipsis;margin-top: 15px;}
#pro_ul .h_d a{width:80%;margin:0 auto;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;display:block;font-size:16px;color:#333;}
#pro_ul li:hover .h_d a{color:#075597;}
#pro_ul .h_d p{ font-size:14px; color:#999;overflow: hidden;text-overflow: ellipsis;white-space:nowrap; margin:0 5px;}
#pro_ul li .c_pro_box{background: #fff;position:absolute;width:100%;height:100%;top:0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;border:1px solid #dedede;}
#pro_ul li .c_pro_box:hover{top: -5px;box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);}
#pro_ul li:hover .pro_an span.projg{ background:#075597;}
#pro_ul li:hover .pro_an span.proxq{ border:1px solid #075597;}
#pro_ul li:hover .pro_an span.proxq a{color:#075597; }
.pro_an{ width:85%; margin:5px auto;}
.pro_an span{ display:block; float:left; text-align:center;height:30px; line-height:30px;}
.pro_an span.projg{ width:60%;  color:#fff; font-size:16px; background:#83878c;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.pro_an span.projg b{ font-size:20px;}
.pro_an span.proxq{ font-size:14px; color:#83878c; width:40%; border:1px solid #83878c; height:30px;overflow: hidden;text-overflow: ellipsis;white-space:nowrap; box-sizing:border-box;}
@media screen and (max-width:1199px) and (min-width:1080px) {}
@media screen and (max-width:1079px) and (min-width:1024px) {}
@media screen and (max-width:1023px) and (min-width:768px) {
	
	
	}
@media screen and (max-width:767px) {
	#pro_ul li{ width:47.5%; height:300px;}
	#pro_ul .proimg_bk{ height:180px;}
	#pro_ul a.proimg{ height:180px;}
	#pro_ul li:nth-child(2n){ margin-right:0;}
    #pro_ul li:nth-child(3n) { margin-right: 2%; }
    #pro_ul li:nth-child(6n) { margin-right: 0; }
	.pro_an span.proxq{ font-size:12px; width:45%;}
	.pro_an span.projg b{ font-size:16px;}
	.pro_an span.projg{ width:55%;}
	}


/*内页联系我们*/
.kfay {height: 188px;margin:40px auto; padding:0;}
.kfay dt {width: 18%;height: 188px; overflow:hidden; float: left; margin:0 2% 0 0; padding: 0; position:relative;}
.kfay dt img {display: block; max-width: 188px; max-height: 188px; margin:auto; position:absolute; left:0; top:0; right:0; bottom:0;}
.kfay dd {width: 80%;float: right;}
.kfay dd b {height: 45px;padding-top: 10px;font: 26px "Microsoft YaHei";color: #075597;background:url(../images/xian.png) no-repeat left bottom;font-weight:bold; display:block;}
.kfay dd b i {padding-left: 15px;text-transform: uppercase;font: 14px "Arial";color: #999;}
.kfay dd p {font: 16px "Microsoft YaHei";color: #333;line-height: 30px;padding-top: 0; margin:15px 0;}
.contact_box{ width:100%; line-height:28px;height: auto;margin:40px 0; padding:30px 0; border: 1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact_box .contact_l{float: left;width: 50%;height: 200px;border-right: 1px solid #999;margin:0; padding:0 3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact_box .contact_r{float: right;width: 50%;margin: 0; padding:0 3%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.contact_box span{ padding:0;overflow: hidden;display: block;width: 100%; line-height:30px; font-size:18px; padding:10px 0;border-bottom: 1px solid #eeeeee;}
.contact_box p{ width:100%; min-height:50px; margin:0 auto 20px; padding:0 0 0 70px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.contact_box p img{ display:block; width:50px; height:50px; margin:0; padding:0; position:absolute; left:0; top:0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.kfay dt { width:28%;}
	.kfay dd { width:70%;}
	
	}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.kfay dt { width:20%;}
	.kfay dd { width:78%;}
	}
@media screen and (max-width:1023px) and (min-width:768px) {
	.kfay dt { width:28%;}
	.kfay dd { width:70%;}
	.kfay dd p { margin:10px 0 0;}
	.contact_box .contact_l, .contact_box .contact_r { width:100%; border:0;}
	.contact_box .contact_l { margin:0 auto 10px;}
}
@media screen and (max-width:767px) {
	.contact_box .contact_l, .contact_box .contact_r { width:100%; border:0;}
	.contact_box .contact_l { margin:0 auto 10px;}
	.lymap, .kfay, .contact_box { margin:20px auto;}
	.kfay dt { width:100%;}
	.kfay dd { width:100%;}
	.contact_box span { font-size:16px;}
	}

/*内页工程案例*/
.ny_alcon dl{border: 1px solid #dedede;margin-bottom: 15px;padding: 22px 35px 22px 22px;background: #fff;overflow: hidden;}
.ny_alcon dl:hover{border-color: #075597;}
.ny_alcon dt {width: 28%;float: left;margin-right:2%;}
.ny_alcon dt a{display:block;width:100%;height: 200px;text-align:center;overflow:hidden;}
.ny_alcon dt a img {max-width:97%;max-height:97%;vertical-align:middle;}
.ny_alcon dt a .iblock {display: inline-block;height: 100%;width: 0;vertical-align: middle;}
.ny_alcon dd{ width:70%; float:right;}
.ny_alcon dd b{ display:block;height: 40px;font-weight: normal;font-size:20px;color: #154c64;line-height: 40px;margin-bottom: 5px;}
.ny_alcon b a{display: block;color: #4b4a4a;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_alcon dl:hover b a{color: #075597;}
.al_desc {max-height: 72px;font-size: 14px;line-height: 26px;color: #797979;margin-bottom: 20px;overflow: hidden;}
.al_xq {float: right;width: 134px;height: 40px;display: inline-block;border: 1px solid #aaa;font-size: 16px;line-height: 40px;text-align: center; margin-top:20px;}
.ny_alcon dl:hover .al_xq{background: #075597;border-color: #075597;}
.ny_alcon dl:hover .al_xq a{color: #fff;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	.ny_alcon dt { width:28%; margin:0 2% 0 0;}
	.ny_alcon dd { width:70%;}
	}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_alcon dt { width:28%; margin:0 2% 0 0;}
	.ny_alcon dd { width:70%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_gcal{ width:100%;}
	.ny_alcon dt { width:34%; margin:0 3% 0 0;}
	.ny_alcon dd { width:63%;}
	}
@media screen and (max-width:767px) {
	.ny_gcal{ width:100%;}
    .ny_alcon dd b { width:100%;}
	.ny_alcon dt { width:100%; margin:0 auto 20px;}
	.ny_alcon dt a { height:220px;}
	.ny_alcon dd { width:100%;}
	
	}


/*内页产品列表*/
.nypro_list{height:180px;border-bottom:1px #e4e4e4 dotted;margin:auto;overflow:hidden; margin-bottom:20px; padding-bottom:20px;}
.tp_img {width:190px;float:left;height:160px;margin-left:10px;}
.tp_img img {max-height:150px;}
.tp_wz {width:72%;float:right;margin:0;}
.tp_wz_bt {height:30px;line-height:30px;text-align:left;margin-top:0;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.tp_wz_bt a {font-size:16px;font-weight:bold;}
.tp_wz_bt a:hover{ color:#20356e;}
.tp_wz a.more {display:block;width:78px;height:34px;line-height:34px;color:#FFFFFF;font-size:14px;font-weight:normal;padding:0px 10px 0px 10px;background:#bfbfbf;}
.tp_wz a.more:hover{background:#075597;}
.tp_wz a.more img {margin-right:10px; vertical-align:middle;}
.tp_wz_nr {line-height:22px;text-align:left;margin-top:6px;color:#999999;height:44px;overflow:hidden;}
.tp_wz_nr a {color:#999;}
.tp_wz .others{color: #999;font-size: 14px;height: 32px;line-height:30px;overflow: hidden; margin: 15px 0 9px;}
.tp_wz .others i{color: #f34b24;font-style: normal;}
.tp_wz .others span{display:block;float:left;margin-right:15px;height:30px;line-height:30px;padding:0 15px 0 32px;background: #fff;border: 1px solid #f1f1f1;font-size:14px;max-width:150px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.tp_wz .others span.cs1{background:#fff url(../images/cs1.png) no-repeat 10px center;}
.tp_wz .others span.cs2{background:#fff url(../images/cs2.png) no-repeat 10px center;}
.tp_wz .others span.cs3{background:#fff url(../images/cs3.png) no-repeat 10px center;}
.tp_wz .others span.cs4{background:#fff url(../images/cs4.png) no-repeat 10px center;}
.proli_img {width:24%;height:180px;border:1px solid #ddd;float:left;margin-right:10px; box-sizing: border-box;}
.proli_img .list_bk {width:100%;height:100%;overflow:hidden;}
.proli_img .list_bk .proimg { width:100%;height:100%;text-align:center;display:block;position:relative;}
.proli_img .list_bk img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.proli_img .list_bk .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proli_img:hover .list_bk img{transform: scale(1.2, 1.2);}

@media screen and (max-width:1199px) and (min-width:1080px) {
.tp_wz .others{ height:auto;}
.nypro_list{ min-height:180px; height:auto;}
.tp_wz .others span{ margin-bottom:10px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.tp_wz .others{ height:auto;}
.nypro_list{ min-height:180px; height:auto;}
.tp_wz .others span{ margin-bottom:10px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.tp_wz .others span { margin-right:10px; padding:0 10px 0 20px; background-position:2px center!important;}
}
@media (max-width: 767px) {
    .tp_wz .others span { width:100%; max-width:inherit; height: 34px; line-height: 32px; margin-right:3%; margin-bottom: 10px; padding:0 10px 0 20px; background-position:2px center!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.tp_wz .others span:nth-child(2n+2) {margin-right:0;}
	.tp_wz a.more { position:absolute; right:0; bottom: 20px; width: 43%;}
	
	.nypro_list { height:auto; padding:0;}
	.proli_img { width:100%; height:200px; margin:0 auto 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.tp_wz { width:100%; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	.proli_img .list_bk { width:100%; height:100%;}
	.tp_wz .others { height:auto; margin:10px 0;}
}


/*产品详情*/
/**prodetail**/
.pro_detail_main { width:1200px; height:auto; margin: 20px auto 40px; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:670px; height:360px; overflow: hidden; margin: 0; padding: 0 0 70px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #20356e; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:128px; overflow:hidden; margin:20px auto; padding:14px 20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 15px; text-align: justify; white-space:nowrap; text-overflow: ellipsis; margin: 5px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn {width:100%;height: 52px;overflow: hidden;margin: 0 auto;padding: 0;position:absolute;bottom:0;left:0;}
.pro_detail_btn a { display:block; width: 48%; height: 52px; overflow: hidden; line-height: 52px; color: #fff; font-size: 20px; text-align: center; margin: 0; padding: 0; border-radius:26px; float: left;}
.pro_detail_btn a.prodtl_btn1 {float:left;margin: 0 4% 0 0;background-color:#075597;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #e60011;}

.pro_detail_main .pro_detail_text { width:53%;}
/**产品详情页产品图片切换**/
.prodetail_img { width:44%; height: 440px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:70px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:70px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:70px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #dfdfdf; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:360px; overflow:hidden; padding:0; border:1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:104%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
/**产品详细介绍**/
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_xxjs p span, .pro_xxjs div span { font-family:arial,"微软雅黑","Microsoft Yahei","宋体"!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.pro_detail_main { width:100%; padding:0;}
	.prodetail_img { width:45%; position:inherit;float: left;}
	#preview, #spec-n5, #spec-list, .jqzoom { width:100%;}
	.pro_detail_main .pro_detail_text { width:52%;}
	.pro_detail_text .pro_detail_btn { width:100%;}
	.zoomdiv { left:104%!important;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.pro_detail_main { width:100%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main { width:100%; margin: 25px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 0 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%;padding-top:0;height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto; padding: 12px 16px; height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 6px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}
@media (max-width:767px) {
	.pro_detail_main { width:100%; margin: 20px auto;}
	.prodetail_img { width:100%; height:auto; margin:0 auto 20px;}
	#preview { width:100%;}
	.jqzoom { width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text { width:100%; padding-top:0; height: auto;min-height:260px; padding-bottom:48px;}
	.pro_detail_text h1 { font-size:22px; line-height:32px;}
	.pro_detail_text .jyms { margin: 10px auto;padding: 12px;height:auto;}
	.pro_detail_text ul { overflow:hidden; margin: 10px auto;}
	.pro_detail_text ul li { font-size:14px; margin: 4px auto;}
	.pro_detail_text .pro_detail_btn { height:48px;}
	.pro_detail_btn a { height:48px; line-height:48px; width:48%; font-size:16px;}
	.pro_detail_btn a.prodtl_btn1 { margin: 0 4% 0 0;}
	#spec-n5 { width:100%;}
	#spec-list { width:100%;}
	.zoomdiv,.jqZoomPup { display:none !important;}
}




.list_new{width:100%;background:#fafafa;}
.list_new .ml_bt{font-size:30px;line-height:49px;height:95px;padding:18px 0 0;background:#075597;overflow: hidden;text-align: center; font-weight:bold;}
.list_new .ml_bt span{font-size:12px;line-height:18px;background:url(../images/procbg.gif) no-repeat center 0;display: block;text-transform: uppercase;color: #bacff2;}
.list_new .ml_bt a{color: #fff;}
.list_new ul {overflow:hidden;line-height:40px;border-top:0;padding:10px 0; min-height:100px;}
.list_new ul li {width: 88%;height:30px;line-height:30px;text-align:left;overflow:hidden;margin:10px auto;border-bottom:1px dashed #dedede;background: url(../images/ico03.gif) no-repeat 2% center;padding-left: 8%;}
.list_new ul li a {width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.list_new{ width:100%;}
.list_new .ml_bt{ width:100%; font-size:24px; text-align:left; height:auto; padding:12px 20px; box-sizing:border-box;line-height: normal;}
.list_new .ml_bt span{ display:none;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.list_new{ width:100%;}
.list_new .ml_bt{ width:100%; font-size:24px; text-align:left; height:auto; padding:12px 20px; box-sizing:border-box;line-height: normal;}
.list_new .ml_bt span{ display:none;}
}
@media (max-width: 767px) {
.list_new{ width:100%; margin-bottom:20px;}
.list_new .ml_bt{ width:100%; font-size:24px; text-align:left; height:auto; padding:12px; box-sizing:border-box; line-height: normal;}
.list_new .ml_bt span{ display:none;}
}



.lymap {width: 100%;height: 380px;overflow: hidden;margin: 40px auto;padding: 9px;border: 1px solid #eaeaea;box-sizing: border-box;}
.lymap .dz_map{ height:362px; overflow:hidden;}
/*荣誉资质*/
.honor_box{ margin-top:30px;}
.honor_box li{width: 22.75%;float: left;margin: 0 3% 30px 0;overflow: hidden;}
.honor_box li:nth-child(4n){ margin-right:0;}
.honor_box li span{display: block;line-height:33px;color:#999;border-bottom: solid 2px #393939;text-align: center; padding:0 10px;}
.honor_box li span a{display: block;color: #999;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.honor_box li p{ width:100%; height:280px; position:relative;}
.honor_box li p img{max-width:100%; max-height:100%;display: block; position:absolute; margin:auto; top:0; right:0; left:0; bottom:0;}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.honor_box li{ width:48.5%; margin-right:2%;}
.honor_box li:nth-child(2n){ margin-right:0;}
.honor_box li p{ height:250px;}
}
@media (max-width: 767px) {
.honor_box li{ width:48.5%; margin-right:2%;}
.honor_box li:nth-child(2n){ margin-right:0;}
.honor_box li p{ height:220px;}
.ny_honor_img{ width:100% !important;}
}



/*分页样式 开始*/
#fengye { text-align: center; margin: 40px auto; color: #555; font-size:14px;}
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size:14px;}
#fengye a:hover { background: #075597; color: #ffffff; }
#fengye a.pnnum1 { background: #075597; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #075597; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline:none;}
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
}
@media screen and (max-width:1023px) and (min-width:768px) {
}
@media (max-width: 767px) {
	#fengye { font-size:0;}
	#fengye input, #fengye .p_input { display:none;}
	#fengye a { height: 40px; line-height: 40px; padding: 0 20px;}

}
.ly_msg h3{ display:none !important;}


/*侧边漂浮*/
.client-2 {position:fixed;right:-170px;top:50%;z-index:99999;}
.client-2 li a {text-decoration:none;}
.client-2 li {margin-top:1px;clear:both;height:71px;position:relative;}
.client-2 li i {background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0px auto;text-align:center;}
.client-2 li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client-2 .my-kefu-qq i {background-position:4px 5px;}
.client-2 .my-kefu-tel i {background-position:0 -21px;}
.client-2 .my-kefu-liuyan i {background-position:4px -53px;}
.client-2 .my-kefu-weixin i {background-position:-34px 4px;}
.client-2 .my-kefu-weibo i {background-position:-30px -22px;}
.client-2 .my-kefu-ftop {display:none;}
.client-2 .my-kefu-ftop i {width:33px;height:35px;background-position:-27px -51px;}
.client-2 .my-kefu-left {float:left;width:77px;height:47px;position:relative;}
.client-2 .my-kefu-tel-right {font-size:15px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client-2 .my-kefu-right {width:20px;}
.client-2 .my-kefu-tel-main {background:#075597;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-main {background:#075597;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client-2 .my-kefu-weixin-pic {position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.my-kefu-weixin-pic img {width:115px;height:115px;}
@media screen and (max-width:1199px) and (min-width:1080px) {

}
@media screen and (max-width:1079px) and (min-width:768px) {
#KFRightScreen{ display:none !important;}	
.client-2{ display:none;}	
}
@media screen and (max-width:767px) {
	.client-2{top:75%;}
	.client-2 .my-kefu-left{display:none;}
	.client-2{right:10px;}
	.client-2 li{height:45px;margin-bottom:10px;left:0 !important;}
	.client-2 li.my-kefu-liuyan{display:none;}
	.client-2 li.my-kefu-weixin{display:none;}
	.client-2 .my-kefu-tel-main{width:45px;height:45px;padding:0;border-radius: 50%;background-image: linear-gradient(to top right, #00a9c2, #2996f9);opacity: 0.9;}
	.client-2 .my-kefu-tel-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin.png) center center no-repeat;}
	.client-2 .my-kefu-main{width:45px;height:45px;padding:0;background-image: linear-gradient(to top right, #34ad6a, yellow);border-radius: 50%;}
	.client-2 .my-kefu-right{font-size:0;border-left:0;width:100%;height:100%;padding:0;margin:0;float:none;display:block;background:url(../images/suspension-bgxin1.png) center center no-repeat;}
	.client-2 .my-kefu-ftop{display:block !important;left:auto !important;}
	#KFRightScreen{ display:none!important;}	
}


.down_wj{padding-bottom:20px;text-align:center;margin-top: 20px;}
.down_wj a{display:inline-block;width:120px;height:40px;line-height:40px;text-align:center;font-size:15px;border:1px solid #075498;margin:0 auto;color:#777;}
.down_wj a:first-child{border:1px solid #075498;background:#075498;color:#fff;}
.down_wj a:hover{border:1px solid #075498;background:#075498;color:#fff;}

/*内页-在线留言 开始*/
.ly_NyOrder { width:1200px; overflow:hidden; margin:0 auto 60px; padding:0;}
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto 40px !important; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 30px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 12px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea { font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important;}

.ly_msg ul li .msg_ipt1 #selPvc { height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 14px!important; background-color: #f8f8f8!important; border: none!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 83%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 0 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.msg_btn input { width: 160px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 15px!important; text-align: center!important; border: none!important; background-color: #075597!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color: #e60011!important;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.ly_NyOrder { width:90%;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
	.ly_NyOrder { width:96%; margin:0 auto 50px;}
	.ly_msg ul li { margin: 0 auto 25px!important;}
	.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 140px!important;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.ly_NyOrder { width:96%; margin:0 auto 40px;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:12%!important;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 88%!important;}
}
@media (max-width: 767px) {
	.ly_NyOrder { width:94%; margin:0 auto 40px;}
	.ly_msg ul li { margin: 0 auto 20px!important;}
	.ly_msg ul li h4 { width:100%!important; height: 36px!important; line-height: 36px!important; text-align:left !important; font-size:16px; background: url(../images/tb_img.png) top right no-repeat;}
	.ly_msg ul li:last-child h4 { display:none;}
	.ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara, .ly_msg ul li .msg_btn { width: 100%!important; background:none; padding:0;}
	.msg_btn input { width:48%!important; margin:0 4% 0 0 !important;}
	.msg_btn input:last-child { margin:0 !important;}
}

/*详情页内容超出设置*/
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret{display:none !important;}
}
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}

#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width:100%!important;}
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}
#c_detail_wrap #new-div table td img{max-width:90% !important;}

#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}
#c_detail_wrap #new-div.on .zoom-caret{display:none;}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}

@media (max-width:880px) {
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}
}